home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / patches / patchemu / hdinst.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1996-02-14  |  181 b   |  6 lines

  1. /* Choose driver w/o RCT library V1.1 */
  2. /* © by Stefan Haubenthal 1996 */
  3. call open(setting,"Chamäleon.SET")
  4. call seek(setting,x2d("42"))
  5. call writech(setting,arg(1)".HDD"||"00x")
  6.